home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / more / local.mk < prev    next >
Encoding:
Text File  |  1988-11-23  |  504 b   |  19 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. LIBS        = -ltermlib
  9.  
  10. #include    <$(SYSMAKEFILE)>
  11.  
  12. #
  13. # Add more install stuff for help message.
  14. #
  15. install        :: installlib
  16. installlib    : .SILENT
  17.     $(UPDATE) -m 664 -o root $(INSTALLFLAGS) more.help\
  18.         /sprite/lib/more/more.help
  19.